home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 19 / CU Amiga Magazine's Super CD-ROM 19 (1998)(EMAP Images)(GB)[!][issue 1998-02].iso / CUCD / Utilities / MyAmigaAppicon / MyAmigaAppIcon.readme < prev    next >
Text File  |  1997-07-21  |  2KB  |  52 lines

  1. VERSION
  2.  
  3. $VER: MyAmigaAppIcon.dopus5 0.500 (21 Jul 1997) Written by Dominique Dutoit
  4. (eightyfour@hotmail.com).
  5.  
  6. SYNOPSIS
  7.  
  8. ARexx script for Directory Opus 5.5 to create an AppIcon named "My Amiga".
  9.  
  10. And then your Amiga is smarter! Why? This script is based on a feature from the
  11. MacOS : when you drop an extension, a control panel, or a font on the System
  12. Folder, the Mac asks you if you want to put the dropped file in the appropriated
  13. folder.
  14.  
  15. This script emulates this feature by using DOpus filetypes, and you can
  16. customize it at wish (which is not the case with MacOS, and sorry Windows' user,
  17. you must still wait Windoze 2000 to get something like that).
  18.  
  19. The magic mode - is a way to disable the confirmation requester. Imagine you
  20. drop a library and a device on the appicon : the library will be copied to LIBS:
  21. and the device to DEVS: without asking anything to you. Note that the version
  22. checking of DOpus is activated, so if the dropped file is a different version
  23. that the previous one, you will be asked to confirm.
  24.  
  25. BUGS
  26.  
  27. This script is a prototype, and you must be careful. I can't be responsible of
  28. any damage caused to your Amiga. Use it at your own risks. Read
  29. "MyAmigaAppIcon.readme" on how to install the package.
  30.  
  31. Send your bug reports and suggestions to eightyfour@hotmail.com.
  32.  
  33. FUNCTION
  34.  
  35. ARexx DOpus5:ARexx/MyAmigaAppIcon.dopus5 {Qp} {Qs}
  36.  
  37. HOW TO INSTALL
  38.  
  39. 1. Copy the files in their respective drawers in DOpus5:.
  40. 2. Open the Scripts Editor (Settings»Scripts...).
  41. 3. Edit the Statup script.
  42. 4. Add this function : Arexx - DOpus5:Arexx/MyAmigaAppIcon.dopus5 {Qp} {Qs}
  43. 5. Save and restart your Amiga.
  44.  
  45. FUTURE
  46.  
  47. * Support for fonts
  48. * An application instead of a ARexx script
  49. * A configuration editor
  50. * ...
  51.  
  52.